func golang.org/x/tools/internal/gcimporter.canReuse

3 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iimport.go#L431: 	if t, ok := p.typCache[off]; ok && canReuse(base, t) {
		iimport.go#L443: 	if canReuse(base, t) {
		iimport.go#L455: func canReuse(def *types.Named, rhs types.Type) bool {